Conversation
Note, copied with some modification from bids2table v0.2
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
==========================================
- Coverage 95.98% 95.56% -0.42%
==========================================
Files 6 7 +1
Lines 423 474 +51
==========================================
+ Hits 406 453 +47
- Misses 17 21 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kaitj
left a comment
There was a problem hiding this comment.
This is definitely nice to have included - saves some time I think. Do have a couple questions (see inline)
|
Thanks @clane9 , yes, that would be great to have. |
kaitj
left a comment
There was a problem hiding this comment.
Lgtm - the inheritance thing is super important and function will make loading the metadata a lot easier.
This PR adds back in a utility function from bids2table v0.2 for loading JSON sidecar metadata (with inheritance). The intention is for users needing metadata to use this function on select files, since loading metadata is slow.
@birajstha what do you think? Would this help with your use cases?